ALMaSS  1.0
The Animal, Landscape and Man Simulation System
Newt.cpp File Reference

The source code for newt lifestages More...

#include <string>
#include <iostream>
#include <fstream>
#include <vector>
#include "../BatchALMaSS/ALMaSS_Setup.h"
#include "../ALMaSSDefines.h"
#include "../Landscape/ls.h"
#include "../BatchALMaSS/PopulationManager.h"
#include "../Newt/Newt.h"
#include "../Newt/Newt_Population_Manager.h"
#include "../BatchALMaSS/BoostRandomGenerators.h"

Variables

boost::variate_generator< base_generator_type &, boost::uniform_real<> > g_rand_uni
 
MapErrorMsgg_msg
 This pointer provides access the to the internal ALMaSS error message system. More...
 
const int Vector_x [8]
 
const int Vector_y [8]
 
static CfgFloat cfg_newtJuvenileStartSize ("NEWT_JUVESTARTSIZE", CFG_CUSTOM, 42.3)
 Based on Baker (1998), the start size is the snout-vent length averaging 42.3mm after metamorphosis. More...
 

Detailed Description

The source code for newt lifestages

Version of 1 January 2016
By Chris J. Topping

Variable Documentation

◆ cfg_newtJuvenileStartSize

CfgFloat cfg_newtJuvenileStartSize("NEWT_JUVESTARTSIZE", CFG_CUSTOM, 42.3) ( "NEWT_JUVESTARTSIZE"  ,
CFG_CUSTOM  ,
42.  3 
)
static

Based on Baker (1998), the start size is the snout-vent length averaging 42.3mm after metamorphosis.

Referenced by Newt_Juvenile::Newt_Juvenile(), and Newt_Juvenile::ReInit().

◆ g_msg

◆ g_rand_uni

◆ Vector_x

const int Vector_x[8]
extern

◆ Vector_y

const int Vector_y[8]
extern